DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / C1EntityFrameworkCoreCursorDataCollection<T> Constructor / C1EntityFrameworkCoreCursorDataCollection<T> Constructor(IQueryable<T>)
The queryable to get the data from.

In This Topic
    C1EntityFrameworkCoreCursorDataCollection<T> Constructor(IQueryable<T>)
    In This Topic
    Initializes a new instance of the C1EntityFrameworkCoreCursorDataCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal queryable As IQueryable(Of T) _
    )
    public C1EntityFrameworkCoreCursorDataCollection<T>( 
       IQueryable<T> queryable
    )

    Parameters

    queryable
    The queryable to get the data from.
    See Also